home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effectgraph>
- <effect id="UnsharpMaskCalculationEffectId" clsid="Microsoft.Imaging.Effects.UnsharpMaskCalculationEffect" />
- <effect id ="USMCrossRenderCacheEffectId" clsid="Microsoft.Imaging.Effects.CacheEffect">
- <output id="UnsharpMaskCalculationEffectId" input="1"/>
- <format software="32f" hardware="16f"/>
- </effect>
- <effect id="BlurEffectId" clsid="Microsoft.Imaging.Effects.GaussianBlurEffect">
- <output id="USMCrossRenderCacheEffectId" input="0"/>
- <format software="32f" hardware="16f"/>
- <property name="Channels" type="int" value="1" />
- </effect>
- <effect id="ChannelMixerEffectId" clsid="Microsoft.Imaging.Effects.ChannelMixerEffect">
- <!-- This is RGB->YIQ matrix -->
- <property name="Matrix" type="float[16]" value="0.299,1.0,0.405353728, 0, 0.587,-0.459731544,-1,0, 0.114,-0.540268456,0.594646272,0, 0,0,0,1" />
- <format software="32f" hardware="16f"/>
- </effect>
- <effect id ="USMIntraRenderCacheEffectId" clsid="Microsoft.Imaging.Effects.CacheEffect">
- <output id="ChannelMixerEffectId" input="0"/>
- <output id="UnsharpMaskCalculationEffectId" input="0"/>
- <format software="32f" hardware="16f"/>
- </effect>
- <effect clsid="Microsoft.Imaging.Effects.ProxyEffect">
- <output id="USMIntraRenderCacheEffectId" input="0"/>
- </effect>
- </effectgraph>